lisp/cedet/srecode.el:
authorChong Yidong <cyd@stupidchicken.com>
Sun, 20 Sep 2009 21:06:41 +0000 (21:06 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 20 Sep 2009 21:06:41 +0000 (21:06 +0000)
commitb14dedb91e237b4e6cd499169942ebb15b4c6f0a
tree095b8deadc2795495fe8475a14103b53bf94f647
parent8adefee10ef6cb1f0450ff4285f2d9ef4eacbdd7
lisp/cedet/srecode.el:
lisp/cedet/srecode/*.el:
test/cedet/srecode-tests.el: New files

lisp/files.el (auto-mode-alist): Use srecode-template-mode for .srt files.
lisp/cedet/semantic/bovine/scm.el: Add local vars section for autoloading.
29 files changed:
lisp/ChangeLog
lisp/cedet/semantic/bovine/scm.el
lisp/cedet/srecode.el [new file with mode: 0644]
lisp/cedet/srecode/args.el [new file with mode: 0644]
lisp/cedet/srecode/compile.el [new file with mode: 0644]
lisp/cedet/srecode/cpp.el [new file with mode: 0644]
lisp/cedet/srecode/ctxt.el [new file with mode: 0644]
lisp/cedet/srecode/dictionary.el [new file with mode: 0644]
lisp/cedet/srecode/document.el [new file with mode: 0644]
lisp/cedet/srecode/el.el [new file with mode: 0644]
lisp/cedet/srecode/expandproto.el [new file with mode: 0644]
lisp/cedet/srecode/extract.el [new file with mode: 0644]
lisp/cedet/srecode/fields.el [new file with mode: 0644]
lisp/cedet/srecode/filters.el [new file with mode: 0644]
lisp/cedet/srecode/find.el [new file with mode: 0644]
lisp/cedet/srecode/getset.el [new file with mode: 0644]
lisp/cedet/srecode/insert.el [new file with mode: 0644]
lisp/cedet/srecode/java.el [new file with mode: 0644]
lisp/cedet/srecode/map.el [new file with mode: 0644]
lisp/cedet/srecode/mode.el [new file with mode: 0644]
lisp/cedet/srecode/semantic.el [new file with mode: 0644]
lisp/cedet/srecode/srt-mode.el [new file with mode: 0644]
lisp/cedet/srecode/srt-wy.el [new file with mode: 0644]
lisp/cedet/srecode/srt.el [new file with mode: 0644]
lisp/cedet/srecode/table.el [new file with mode: 0644]
lisp/cedet/srecode/template.el [new file with mode: 0644]
lisp/cedet/srecode/texi.el [new file with mode: 0644]
lisp/files.el
test/cedet/srecode-tests.el [new file with mode: 0644]